Fix builddir!=srcdir builds. (#516254, Yevgen Muntyan)
authorMatthias Clasen <mclasen@redhat.com>
Sat, 16 Feb 2008 02:39:20 +0000 (02:39 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 16 Feb 2008 02:39:20 +0000 (02:39 +0000)
2008-02-15  Matthias Clasen  <mclasen@redhat.com>

        * gtk/Makefile.am:
        * modules/other/gail/tests/Makefile.am:
        * modules/other/gail/libgail-util/Makefile.am:
        * modules/other/gail/Makefile.am: Fix builddir!=srcdir
        builds.  (#516254,  Yevgen Muntyan)

svn path=/trunk/; revision=19591

ChangeLog
gtk/Makefile.am
modules/other/gail/Makefile.am
modules/other/gail/libgail-util/Makefile.am
modules/other/gail/tests/Makefile.am

index 34bf3c9990aa6edb8c4135bfb1f656a773f61d97..c7e5d12fd097a19b25c9b09f942178eff5bc996a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-02-15  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/Makefile.am:
+       * modules/other/gail/tests/Makefile.am:
+       * modules/other/gail/libgail-util/Makefile.am:
+       * modules/other/gail/Makefile.am: Fix builddir!=srcdir
+       builds.  (#516254,  Yevgen Muntyan)
+
 2008-02-15  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkentry.c:
index 5a19467b555fc2f9ad7594a8f9abf9c2b2785d66..93f48add98ccc24754dbdde76a3091682da460ac 100644 (file)
@@ -29,6 +29,7 @@ INCLUDES =                                            \
        -DGTK_COMPILATION                               \
        -DGTK_PRINT_BACKENDS=\"$(GTK_PRINT_BACKENDS)\"  \
        -DGTK_PRINT_PREVIEW_COMMAND=\"$(GTK_PRINT_PREVIEW_COMMAND)\"    \
+       -I$(top_builddir)                               \
        -I$(top_builddir)/gtk                           \
        -I$(top_srcdir) -I../gdk                        \
        -I$(top_srcdir)/gdk                             \
index 9abc1072489e4ed5e6d1f650675e740a30bc8481..75256c7ca6620cf3700ac4a69092b4d55dbe349e 100644 (file)
@@ -138,6 +138,7 @@ libgailinclude_HEADERS =            \
        $(gail_public_h_sources)
 
 libgail_la_CPPFLAGS = \
+       -I$(top_srcdir)         \
        -I$(top_srcdir)/modules/other   \
        -I$(top_srcdir)/gdk     \
        -I$(top_builddir)/gdk   \
index 2471eab46086d6199b6bf0d648ab87c53b3c306b..0230433cc38c7cfef33e36040fe019036b4f9e7b 100644 (file)
@@ -47,6 +47,7 @@ libgailutilinclude_HEADERS =  \
        $(util_public_h_sources)
 
 libgailutil_la_CPPFLAGS = \
+       -I$(top_srcdir)         \
        -I$(top_srcdir)/gdk     \
        -I$(top_builddir)/gdk   \
        -I$(top_srcdir)/gtk     \
index 787e721bfdb150549f6672e3e073a696d999c4ab..c62fa07a869bc3b591641a27636ea16da8fb1216 100644 (file)
@@ -33,6 +33,7 @@ noinst_LTLIBRARIES =          \
        libtestvalues.la
 
 AM_CPPFLAGS = \
+       -I$(top_srcdir)         \
        -I$(top_srcdir)/gdk     \
        -I$(top_builddir)/gdk   \
        -I$(top_srcdir)/gtk     \